Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all non-major dependencies #992

Merged
merged 1 commit into from
Oct 16, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 14, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@sveltejs/adapter-node (source) ^5.2.6 -> ^5.2.7 age adoption passing confidence devDependencies patch
@sveltejs/kit (source) ^2.6.4 -> ^2.7.1 age adoption passing confidence devDependencies minor
@svitejs/changesets-changelog-github-compact (source) ^1.1.0 -> ^1.2.0 age adoption passing confidence devDependencies minor
changesets/action v1.4.8 -> v1.4.9 age adoption passing confidence action patch
eslint-plugin-svelte (source) ^2.44.1 -> ^2.45.1 age adoption passing confidence devDependencies minor
magic-string ^0.30.11 -> ^0.30.12 age adoption passing confidence dependencies patch
playwright-core (source) ~1.48.0 -> ~1.48.1 age adoption passing confidence devDependencies patch
pnpm (source) 9.12.1 -> 9.12.2 age adoption passing confidence packageManager patch
sass ^1.79.4 -> ^1.79.5 age adoption passing confidence devDependencies patch
svelte (source) ^5.0.0-next.264 -> ^5.0.0-next.268 age adoption passing confidence devDependencies patch
svelte (source) ^5.0.0-next.264 -> ^5.0.0-next.268 age adoption passing confidence dependencies patch
svelte-check ^4.0.4 -> ^4.0.5 age adoption passing confidence devDependencies patch
svelte-eslint-parser ^0.41.1 -> ^0.42.0 age adoption passing confidence devDependencies minor
typescript-eslint (source) ^8.8.1 -> ^8.9.0 age adoption passing confidence devDependencies minor
vite (source) ^5.4.8 -> ^5.4.9 age adoption passing confidence devDependencies patch
vitefu ^1.0.2 -> ^1.0.3 age adoption passing confidence dependencies patch
vitest (source) ^2.1.2 -> ^2.1.3 age adoption passing confidence devDependencies patch

Release Notes

sveltejs/kit (@​sveltejs/adapter-node)

v5.2.7

Compare Source

Patch Changes
sveltejs/kit (@​sveltejs/kit)

v2.7.1

Compare Source

Patch Changes
  • chore: upgrade to sirv 3.0 (#​12796)

  • fix: warn when form action responses are lost because SSR is off (#​12063)

v2.7.0

Compare Source

Minor Changes
  • feat: update service worker when new version is detected (#​12448)
Patch Changes
  • fix: correctly handle relative paths when fetching assets on the server (#​12113)

  • fix: decode non ASCII anchor hashes when scrolling into view (#​12699)

  • fix: page response missing CSP and Link headers when return promise in load (#​12418)

svitejs/changesets-changelog-github-compact (@​svitejs/changesets-changelog-github-compact)

v1.2.0

Compare Source

Minor Changes
  • Use short hash in generated labels for same repo commits (#​56)
changesets/action (changesets/action)

v1.4.9

Compare Source

Patch Changes
sveltejs/eslint-plugin-svelte (eslint-plugin-svelte)

v2.45.1

Compare Source

Patch Changes

v2.45.0

Compare Source

Minor Changes
Patch Changes
rich-harris/magic-string (magic-string)

v0.30.12

Compare Source

Performance Improvements
microsoft/playwright (playwright-core)

v1.48.1

Compare Source

pnpm/pnpm (pnpm)

v9.12.2

Compare Source

sass/dart-sass (sass)

v1.79.5

Compare Source

  • Changes to how selector.unify() and @extend combine selectors:

    • The relative order of pseudo-classes (like :hover) and pseudo-elements
      (like ::before) within each original selector is now preserved when
      they're combined.

    • Pseudo selectors are now consistently placed at the end of the combined
      selector, regardless of which selector they came from. Previously, this
      reordering only applied to pseudo-selectors in the second selector.

  • Tweak the color transformation matrices for OKLab and OKLCH to match the
    newer, more accurate values in the CSS spec.

  • Fix a slight inaccuracy case when converting to srgb-linear and
    display-p3.

  • Potentially breaking bug fix: math.unit() now wraps multiple denominator
    units in parentheses. For example, px/(em*em) instead of px/em*em.

Command-Line Interface
  • Use @parcel/watcher to watch the filesystem when running from JavaScript and
    not using --poll. This should mitigate more frequent failures users have
    been seeing since version 4.0.0 of Chokidar, our previous watching tool, was
    released.
JS API
  • Fix SassColor.interpolate() to allow an undefined options parameter, as
    the types indicate.
Embedded Sass
  • Properly pass missing color channel values to and from custom functions.
sveltejs/svelte (svelte)

v5.0.0-next.268

Compare Source

Patch Changes
  • breaking: disallow state mutations in logic block expression (#​13625)

  • breaking: stronger enumerated types (#​13624)

  • chore: improve runtime performance of derived signals (#​13626)

v5.0.0-next.267

Compare Source

Patch Changes
  • fix: ensure inserted code is preserved during migration (#​13617)

  • fix: ensure each block consistency to internal mutations to the collection (#​13614)

  • chore: improve derived ownership model (#​13623)

  • fix: ensure await block scope transforms are isolated (#​13622)

v5.0.0-next.266

Compare Source

Patch Changes
  • feat: add hidden until-found and beforematch (#​13612)

  • fix: ensure local prop value is read during teardown (#​13611)

  • fix: take snippets into account when scoping CSS (#​13589)

  • breaking: scope :not(...) selectors (#​13568)

  • breaking: scope :has(...) selectors (#​13567)

v5.0.0-next.265

Compare Source

Patch Changes
  • fix: ensure source and filename are known to compileModule's source map (#​13546)

  • fix: cleanup non-branch effects created inside block effects (#​13600)

  • fix: do no rerun the each block when array change from empty to empty (#​13553)

  • fix: ensure effects destroy owned deriveds upon teardown (#​13563)

  • fix: ensure proxied arrays correctly update their length upon deletions (#​13549)

  • fix: avoid assigning input.value if the value is the same to fix minlength (#​13574)

  • fix: use analysis.name when migrating <svelte:self> (#​13544)

  • fix: strip BOM character from input (#​13548)

sveltejs/language-tools (svelte-check)

v4.0.5

Compare Source

  • fix: include named exports in svelte 5 type (#​2528)
sveltejs/svelte-eslint-parser (svelte-eslint-parser)

v0.42.0

Compare Source

Minor Changes
Patch Changes
typescript-eslint/typescript-eslint (typescript-eslint)

v8.9.0

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

vitejs/vite (vite)

v5.4.9

Compare Source

Please refer to CHANGELOG.md for details.

svitejs/vitefu (vitefu)

v1.0.3

Compare Source

  • Allow Vite 6 beta peer dependency (experimental support)
vitest-dev/vitest (vitest)

v2.1.3

Compare Source

   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 1ce6e89 to 5213664 Compare October 16, 2024 18:13
@dominikg dominikg merged commit f5cb457 into main Oct 16, 2024
6 checks passed
@dominikg dominikg deleted the renovate/all-minor-patch branch October 16, 2024 19:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant